One8Ui is a styling framework, which helps Developers to use
best styles and components, by using pre-defined classnames. To
get started all you need is to copy and paste the below line of
code in the <head> tag of your HTML file and you can
easliy use all the components.
<!DOCTYPE html><htmllang="en"><head><metacharset="UTF-8"><metahttp-equiv="X-UA-Compatible"content="IE=edge"><metaname="viewport"content="width=device-width, initial-scale=1.0"><linkrel="stylesheet"href="https://one8ui.netlify.app/css/components.css"><title>one8Ui</title></head><body><h1>Thanks for using one8Ui</h1></body></html>